FlexReport for WinForms
AsyncOperationProgressHandler<TResult,TProgress> デリゲート


C1.Document アセンブリ > C1.Document 名前空間 : AsyncOperationProgressHandler<TResult,TProgress> デリゲート
The result of the action.
The type of the progress data.
The asynchronous operation.
The progress information.
Represents a method that handles progress update events of an asynchronous operation that provides progress updates.
シンタックス
'宣言
 
Public Delegate Sub AsyncOperationProgressHandler
    (Of TResult,TProgress)( _
   ByVal asyncInfo As IAsyncOperationWithProgress(Of TResult,TProgress), _
   ByVal progressInfo As TProgress _
) 
'使用法
 
Dim instance As New AsyncOperationProgressHandler(Of TResult,TProgress)(AddressOf HandlerMethod)
public delegate void AsyncOperationProgressHandler<TResult,TProgress>( 
   IAsyncOperationWithProgress<TResult,TProgress> asyncInfo,
   TProgress progressInfo
)

パラメータ

asyncInfo
The asynchronous operation.
progressInfo
The progress information.

型パラメータ

TResult
The result of the action.
TProgress
The type of the progress data.
参照

参照

AsyncOperationProgressHandler<TResult,TProgress> メンバ
C1.Document 名前空間